You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clValue Structure
>
clValue Methods
>
clValue.Cos Method
Dew Math for .NET
clValue.Cos Method
clValue Structure
clValue Members
Dew.Math Namespace
clValue Methods
Example
See Also
Collapse All
Sine function.
Syntax
C#
Visual Basic
public
TOpenCLValue
Cos
([In]
TOpenCLValue
X
);
Public
Function
Cos
(
X
As
[In]
TOpenCLValue
)
As
TOpenCLValue
Remarks
Calculate the cosine of X.
See Also
ArcSin
,
SinCos
Example
var a,b:
clValue
; begin b.Copy(4); a.Cos(b); end;
Group
clValue Methods
Links
clValue Structure
,
clValue Members
,
Dew.Math Namespace
,
clValue Methods
,
Example
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!